gradle build with javadoc

70

gradle build with javadoc -

java {
    withJavadocJar()
    // and/or analogously use “withSourcesJar()” to get a “sourcesJar” task
}

Comments

Submit
0 Comments